home *** CD-ROM | disk | FTP | other *** search
- %%BeginFile: lw8_level1_colorspace-2.0
- /G/setgray ld
- /:F1/setgray ld
- /:F/setrgbcolor ld
- /:F4/setcmykcolor where
- {
- pop
- /setcmykcolor ld
- }{
- {
- 3
- {
- dup
- 3 -1 roll add
- dup 1 gt{pop 1}if
- 1 exch sub
- 4 1 roll
- }repeat
- pop
- setrgbcolor
- }bd
- }ifelse
- /:Fx
- {
- counttomark
- {0{G}0{:F}{:F4}}
- exch get
- exec
- pop
- }bd
- /$cs Z
- /:rg{devr :ss}bd
- /:sc{$cs :ss}bd
- /:dc
- {
- dup type/arraytype eq{0 get}if
- dup/DeviceCMYK eq
- {
- pop devc
- }{
- /DeviceGray eq
- {
- devg
- }{
- devr
- }ifelse
- }ifelse
- /$cs xdf
- }bd
- /:sgl{}def
- /:dr{}bd
- /:fCRD{pop}bd
- /:ckcs{}bd
- /:ss{/$c xdf}bd
- %%EndFile
-